home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-14 | 2.0 KB | 69 lines | [TEXT/MPS ] |
- This folder contains some examples of Caml programs.
-
- The examples can either be compiled and executed as MPW tools
- (just type "make" in the subdirectory), or run interactively under
- the "Caml Light" application by choosing "include" from the "file"
- menu and selecting the file "loadall.ml" from the appropriate folder.
-
- Examples marked (*) are taken from the book ``Le langage Caml'', by
- Pierre Weis and Xavier Leroy (InterEditions, 1993). Messages and
- identifiers are in French.
-
- Examples marked (G) use graphics and will only work in the application.
-
- basics:
- Three all-time favorites: Fibonacci, Eratosthene's sieve, and the
- Unix "wc" utility.
-
- asl:
- This is the implementation of A Small Language, as described in
- part 3 of ``Functional Programming using Caml Light'', by
- Michel Mauny.
-
- calc:
- This is a simple desk calculator that illustrates the use of camllex
- and camlyacc. (works only under MPW)
-
- colwheel: (G)
- The "color wheel" (color space in HSV coordinates).
- Needs 256 colors to look good.
-
- compress: (*)
- File compression and decompression (Huffman).
-
- demonstr: (*)
- Tautology checker.
-
- docteur: (*)
- A (French-speaking) clone of Eliza.
-
- grep: (*)
- Regular expressions and automata.
-
- hanoi: (*)
- Animated towers of Hanoi.
-
- kb:
- The Knuth-Bendix completion procedure for rewriting systems.
- Taken from some course notes by Gerard Huet.
-
- minicaml: (*)
- An interpreter and typechecker for a subset of Caml.
-
- minilogo: (*) (G)
- An interpreter for a small language with turtle graphics.
-
- pascal: (*)
- An interpreter and compiler for a subset of Pascal.
- The compiler generates code for the "picomach" program.
-
- picomach: (*)
- An assembler and simulator for a RISC processor.
-
- showsort: (G)
- Graphic animation of sorting algorithms.
-
- spirals: (G)
- Explore a family of flashy curves. (Use spir on a color screen
- and spir-bw on a black and white screen.)
-